home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / CBA / INFOCOM / !Infocom / Messages < prev    next >
Text File  |  1993-08-17  |  1KB  |  47 lines

  1. # Messages file for Infocom
  2. # Copyright Bryan Scattergood (17-Aug-1993)
  3.  
  4. # app.name is the name used to register with the task manager.
  5. # %s is replaced with the current game name.
  6.  
  7. app.name:    Infocom:%s
  8.  
  9. # Menu specification.  Order is important.
  10.  
  11. menu.text:    >Info,>Save, Justify, Quit
  12.  
  13. # Save file type in hex. (By demand from comp.sys.acorn)
  14. # Need to change !Boot as well.
  15.  
  16. save.type:    062
  17.  
  18. # Font control
  19. #
  20. # 1 is used for main text, including user input.
  21. # 2 is used for the status line (in inverse video).
  22. # 3, 4 and 5 are variants on 1 used for various headings.
  23. # 6 is used when a fixed width font is required.
  24. # The fixed width fonts (2 and 6) are aligned using the bounding box
  25. # of font 2, and so font 6 should be 'smaller' than font 2.
  26. # Fonts 2 and 6 need not be fixed width, but the display is prettier
  27. # if they are.
  28.  
  29. # The point sizes are given as y size, optionally followed by the x size.
  30.  
  31. font.1:        Trinity.Medium        13
  32. font.2:        Corpus.Medium        12 10
  33. font.3:        Trinity.Medium.Italic    12 13
  34. font.4:        Trinity.Medium        13
  35. font.5:        Trinity.Medium.Italic    12 13
  36. font.6:        Corpus.Bold        12 10
  37.  
  38. # Screen geometry in characters
  39. # Note that some games (Trinity and Bureaucracy for example) need about
  40. # 62 columns across the window or they refuse to run. 
  41. # (Trinity just fails, but Bureaucracy gives an error message.)
  42. # If these are not present, the size is controlled by the template file.
  43. # The character width is taken from font 2.
  44.  
  45. width.chars:    77
  46. height.chars:    21
  47.